 |
API Documentation
|
|
|
13 class DLL_GRAPHICS_EXPORT
BlendStateManager :
public nkCommon::SingletonClass<BlendStateManager>
BlendState * getByIndex(unsigned int index)
BlendState * get(const nkMemory::StringView &name)
void erase(const nkMemory::StringView &name)
Holds all information about the blend operations to use when rendering.
Definition: BlendState.h:12
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
BlendState * getDefaultState() const
BlendState * createOrRetrieve(const nkMemory::StringView &name)
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
Manages the blend states available in the component.
Definition: BlendStateManager.h:14
void rename(const nkMemory::StringView &oldName, const nkMemory::StringView &newName)